home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / bin / pydoc2.5 < prev    next >
Encoding:
Text File  |  2007-05-02  |  79 b   |  6 lines

  1. #! /usr/bin/python2.5
  2.  
  3. import pydoc
  4. if __name__ == '__main__':
  5.     pydoc.cli()
  6.